home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-26 | 728 b | 32 lines | [TEXT/KAHL] |
- /* SIZE.r - default SIZE resource for a PowerPC application
- * Copyright © 1994 Symantec Corporation. All Rights Reserved.
- *
- * Modify this size resource as needed for your application: the settings in the
- * 'Set Project Type…" dialog are *not* copied into your native application, so
- * any changes that need to be made must be done here.
- *
- */
-
- #include <Types.r>
-
- resource 'SIZE' (-1) {
- reserved,
- acceptSuspendResumeEvents,
- reserved,
- cannotBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- onlyLocalHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- (384 * 1024),
- (384 * 1024)
- };
-